* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
}

/* header start */
.mainNav {
    height: 100px;
    display: flex;
    flex-wrap: inherit;
    width: 85%;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    background: #065e2e;
    border-radius: 50px;
    margin-top: 30px;
    /* align-items: center; */
}

.header-wrap {

    /* width: 100%; */
    /* margin-top: 20px; */
    position: relative;
    z-index: 1;
}

.navlogo {
    width: 90px;
    margin: 10px;
    margin-top: 15px;
}

.menu ul {
    display: flex;
    gap: 30px;
    text-transform: uppercase;
    flex-wrap: wrap;
    list-style: none;
}

.menu {
    color: #fff;
    font-size: 14px;
    font-family: 'poppins', sans-serif;
    position: relative;
    right: 3%;
    top: 7%;
}

.menu ul li:hover {
    color: #000;
    cursor: pointer;
}

.mainNav::before {
    content: '';
    background: #065e2e;
    height: 40px;
    width: 6px;
    position: inherit;
    top: 0;
    left: 14%;
    /* z-index: 1; */
}

.mainNav::after {
    content: '';
    background: #065e2e;
    height: 40px;
    width: 6px;
    position: inherit;
    right: 14%;
    top: 0;
    /* z-index: -1; */
}

.user {
    color: white;
    font-size: 28px;
    width: 14px;
    height: 21px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 8px 12px;
}

.user:hover {
    color: #065e2e;
    background-color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.icon {
    display: flex;
    gap: 10px;
    position: relative;
    right: 20px;
}

/* header end */

/* slider start */


/* Slideshow container */
.slideshow-container {
    /* max-width: 1000px; */
    width: 100%;
    height: 100vh;
    position: relative;
    /* margin: auto; */
    /* top: 0; */
}

.headerIMG {
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: none;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

/* section area */

.line {
    margin-top: 64px;
    /* margin-bottom: 48px; */
    content: "";
    background: #065e2e;
    height: 111px;
    width: 1px;
    position: absolute;
    padding-top: 100px;
    left: 50%;
    right: 50%;
}

.mid-line {
    position: relative;
    margin-bottom: 6%;
}

.aboutTEAPOST {
    margin-top: 100px;
    padding: 0px 0px;
    /* position: absolute; */
    /* top: 100px; */
}

.chaiman {
    width: 100%;
    height: auto;
}

.mainContainer {
    width: 100%;
    padding: 0px 15%;
    /* padding-right: .75rem;
    padding-left: 75rem;
    margin-right: auto;
    margin-left: auto; */
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.imgArea {
    width: 33.33333333%;
}

.cnt {
    width: 66.66666667%;
    height: 70%;
    padding-left: 100px;
}

.title {
    padding: 52px 120px 10px 7px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.6em;
    text-transform: uppercase;
}

.info {
    font-size: 16px;
    width: 75%;
    /* padding: ; */
}

.Img2 {
    width: 50%;
}

.cnt2 {
    width: 50%;
    padding: 96px 48px;
}

.about1 {
    display: flex;
    flex-wrap: wrap;
}

.about2 {
    display: flex;
    flex-wrap: wrap;
}


.public {
    width: 100%;
    height: auto;
    bottom: 75px;
}

.aboutButton {
    padding: 10px 30px;
    border-radius: 28px;
    border: 2px solid #000;
    color: #000;
    transition: all 0.3s;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    background: transparent;
}

.aboutButton:hover {
    background: #065e2e;
    border: transparent;
    color: #fff;
    cursor: pointer;
    border: 2px solid #065e2e;
}


.aboutTEAPOSt::after {
    position: absolute;
    content: "";
    background-image: url(../IMG/leave-removebg-preview.png);
    width: 300px;
    height: 414px;
    right: 1px;
    top: 60em;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
}

.aboutTEAPOSt::before {
    position: absolute;
    content: "";
    background-image: url(../IMG/leave2.png);
    width: 390px;
    height: 414px;
    left: -85px;
    top: 117em;
}

.sectitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 30px 0px;
}

.cafeinfo {
    width: 41.66666667%;
    border-right: 1px solid #000;
    flex: auto;
}

.cafe-cnt {
    padding: 6em 1em;
}

.titleimg {
    width: 100%;
    height: auto;
    padding: 25px 10px;
}

.cafe-cnt img {
    margin-bottom: 30px;
    width: 90%;
}

.cafeimg {
    padding: 25px 10px;
    width: 100%;
    height: auto;
}

.cafedivs {
    border-bottom: 1px solid #000;
    display: flex;
}

.apanidukan {
    margin-bottom: 30px;
    width: 90%;
}

.cafeINFO {
    font-size: 16px;
    margin-bottom: 25px;
}

.secondsection {
    display: flex;
    flex-wrap: wrap;
}

.twoIMG {
    display: flex;
}

.chai-ki-dukan {
    flex-direction: row-reverse;
}

.forborder {
    border-left: 1px solid #000;
    border-right: medium none;
}

.menu-slide {
    padding: 0px 0px;
    position: relative;
    padding-bottom: 12em;
}

/* cups */

.menu-slide::before {
    position: absolute;
    content: "";
    background-image: url(../IMG/half-cup.png);
    width: 260px;
    height: 332px;
    left: 0px;
    top: -12em;
}

.menu-slide::after {
    position: absolute;
    content: "";
    background-image: url(../IMG/chhatari.png);
    width: 260px;
    height: 597px;
    right: 0px;
    bottom: -34em;
}

.menu-left {
    position: absolute;
    left: 0;
    /* bottom: 240px; */
}

.leftimg {
    width: 260px;
    height: auto;
    position: relative;
}

.menu-right {
    position: absolute;
    right: 0;
    top: 0;
}


.rightimg {
    width: 260px;
    height: auto;
    position: relative;
}

/* slider book */


.book-section {
    /* height: 100vh; */
    width: 100%;
    padding: 40px 0;
    text-align: center;

}

.book-section>.container {
    height: 300px;
    width: 600px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2%;
    margin-bottom: 30px;
    perspective: 1200px;
}

.container>.right {
    position: absolute;
    height: 100%;
    width: 50%;
    transition: 0.7s ease-in-out;
    transform-style: preserve-3d;
}

.book-section>.container>.right {
    right: 0;
    transform-origin: left;
    border-radius: 10px 0 0 10px;
}

.right>figure.front,
.right>figure.back {
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    background-color: white;
    overflow: hidden;
}

.right>figure.front {
    background-position: right;
    border-radius: 0 10px 10px 0;
    box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.2);
}

.right>figure.back {
    background-position: left;
    border-radius: 10px 0 0 10px;
    box-shadow: -2px 2px 15px -2px rgba(0, 0, 0, 0.2);
    transform: rotateY(180deg);
}

.flip {
    transform: rotateY(-180deg);
}

.flip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.book-section>button {
    border: 2px solid #ef9f00;
    background-color: transparent;
    color: #ef9f00;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
    transition: 0.3s ease-in-out;
}

.book-section>button:focus,
.book-section>button:active {
    outline: none;
}

.book-section>p {
    color: rgba(0, 0, 0, 0.7);
    font-family: calibri;
    font-size: 24px;
}

.book-section>p>a {
    text-decoration: none;
    color: #ef9f00;
}

.book-section>button:hover {
    background-color: #ef9f00;
    color: #fff;
}

.front#cover,
.back#back-cover {
    background-color: #ffcb63;
    font-family: calibri;
    text-align: left;
    padding: 0 30px;
}

.front#cover h1 {
    color: #fff;
}

.front#cover p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
}

.back {
    background-position: center;
    background-size: contain;
}

.mid-section {
    position: absolute;
    left: 37%;
}

/* slider book end */

.mid-leaf {
    position: relative;
    left: 0;
    top: 26em;
    bottom: 0;
    z-index: -3;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.align-items-center {
    align-items: center !important;
}

.left-items {
    width: 50%;
}

.left-menu {
    padding: 8em 0em;
}

.left-menu .title-sub {
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}

.title-sub {
    text-align: center;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-top: 10px;
    margin-bottom: 40px;
}

.left-menu hr {
    background: #fff;
    color: #fff;
    height: 1px;
    opacity: 0.6;
}

.text-center {
    text-align: center !important;
}

.presence-img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.detail-div-2 {
    padding: 3em 0em;
    position: relative;
    top: 83px;
    background: #065e2e;
    width: 50%;
    height: 100vh;
    z-index: 0;

}

.detail-div-3 {
    padding: 3em 0em;
    position: relative;
    top: 83px;
    background: #000;
    width: 50%;
    height: 100vh;
    z-index: 0;

}

.detail-div {
    /* overflow:hidden; */
    min-width: fit-content;
}

.midsection-logo {
    position: relative;
    left: 0;
    bottom: -38em;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

.midsection-logo img {
    width: 250px;
}

.mid-lineNEW {
    height: 111px;
    margin-top: 8em;
    margin-bottom: 1em;
}

.sectitle-new {
    text-align: center;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-top: 25%;
    margin-bottom: 40px;
    padding: 30px 0px;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.categorydiv {
    background: #C4D8CE;
    padding: 3em 3em;
    height: 445px;
}

.tea-text {
    margin-top: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #065e2e;
}

.food-info {
    margin-bottom: 20px;
}

.mainContainer-product {
    width: 100%;
    padding: 0px 10%;
}

.productdiv {
    display: flex;
    align-items: center;
}

.procnt {
    width: 100%;
    padding: 0em 32px;
}

.title-product {
    font-size: 20px;
    text-transform: uppercase;
}

.proprice {
    color: #065e2e;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce-Price-currencySymbol {
    font-family: sans-serif;
    margin-right: 3px;
}

.bhakhari {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.col-md-6 {
    width: 50%;
}

.categorydiv1 {
    background: #fff;
    padding: 48px;
    height: 445px;
    border: 2px solid #c4d8ce;
}

.categorydiv1 h3 {
    margin-top: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #065e2e;
}

.categorydiv1 p {
    margin-bottom: 20px;
}

.sectitle-moment {
    text-align: center;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-top: 20%;
    margin-bottom: 40px;
    padding: 30px 0px;
}


.aboutButton-new {
    padding: 0.3em 1em;
    border-radius: 28px;
    border: 2px solid #065e2e;
    background: #fff;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
}

.aboutButton-new:hover {
    background: #065e2e;
    border: transparent;
    color: #fff !important;
    cursor: pointer;
    border: 2px solid #065e2e;
}

/* moment section */


.moment-section {
    padding: 0em 0em;
    position: relative;
}

.momentleft img {
    padding-top: 24px;
    width: 100%;
    height: auto;
}

.momentright img {
    padding-top: 24px;
    width: 100%;
    height: auto;
}

.momentleft {
    position: absolute;
    left: 0;
    top: -73px;
    width: 14.28%;
}

.momentright {
    position: absolute;
    right: 0;
    top: -73px;
    width: 14.28%;
}

.momentdiv ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    display: table;
}

.momentdiv li {
    width: 14.28%;
    list-style: none;
    float: left;
    position: relative;
}

.momentdiv li img {
    width: 100%;
    height: auto;
}


/* location sec */


.location-section {
    padding-bottom: 5em;
}

.location-section .men-div img {
    width: 100%;
    height: auto;
}

.locationtitle {
    padding-top: 8em;
}

.locationtitle .s1 {
    display: block;
    font-size: 6em;
    color: #065e2e;
    font-weight: 500;
    line-height: 1;
}

.locationtitle .s2 {
    display: block;
    font-size: 6em;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 0 #065e2e, -1px 0 #065e2e, 0 2px #065e2e, 0 -1px #065e2e, 1px 1px #065e2e, -1px -1px #065e2e, 1px -1px #065e2e, -1px 1px #065e2e;
    letter-spacing: 2px;
}

.locationtitle .s3 {
    display: block;
    font-size: 6em;
    font-weight: 500;
    color: #065e2e;
    line-height: 1;
}

.locationtitle .s4 {
    display: block;
    font-size: 6em;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 0 #065e2e, -1px 0 #065e2e, 0 2px #065e2e, 0 -1px #065e2e, 1px 1px #065e2e, -1px -1px #065e2e, 1px -1px #065e2e, -1px 1px #065e2e;
    letter-spacing: 2px;
}

.teamen {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.location-info {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.men-text {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.locicondiv {
    padding-top: 8em;
    padding-bottom: 2em;
    position: relative;
}

.locicondiv:before {
    content: "";
    background: #065e2e;
    height: 200px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 40%;
}

.locicondiv .locicon-img {
    background: #065e2e;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50%;
    border-width: 7px;
    border-color: #fff;
    border-style: double;
    display: flex;
    align-items: center;
    justify-content: center;
}

.locicondiv .locicon-img img {
    height: 40px;
}

.locicon-title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.mainContainer-location {
    width: 100%;
    padding: 0px 8%;

}

.fix-men {
    padding: 10px;
    width: 106%;
}

/* snack sec */

.snacksec {
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
    background: #C4D8CE;
}

.col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-md-7 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.snackcnt h3 {
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #065e2e;
}

.snackcnt p {
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
}

.snackimg img {
    width: 100%;
    height: auto;
}

.snacksec:after {
    position: absolute;
    content: "";
    background-image: url(../IMG/cyclemen.png);
    width: 390px;
    height: 291px;
    right: 10px;
    bottom: -7em;
}

.Culturecnt {
    padding-top: 0em;
    padding-bottom: 32px;
    position: relative;
    z-index: 0;
}

.tpabt-culture-row:before {
    position: absolute;
    content: "";
    background: #EFF3F1;
    width: 90%;
    height: 620px;
    top: 15em;
    right: 5.5em;
    z-index: -2;
    border-top-right-radius: 30em;
    border-bottom-left-radius: 30em;
}

.tpabt-culture-row {
    position: relative;
    z-index: -1;
}

.cul-info {
    padding-top: 47%;
}

.mid-lineNEW-cul {
    position: absolute;
    margin-top: 19%;
}

.sectitle-Cul {
    text-align: center;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-top: 10px;
    padding: 30px 0px;
}

/* footer */

.ftrCvr {
    background: #000;
    position: relative;
    top: 550px;
}

/* footer logo */
.ftrCvr:after {
    position: absolute;
    content: "";
    background-image: url(../IMG/logo.png);
    width: 152px;
    height: 152px;
    right: 0;
    left: 0;
    top: -80px;
    margin: 0 auto;
    text-align: center;
}

.ftrtopCvr {
    padding: 100px 0 0px;
}

.footertittle {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px;
    text-transform: uppercase;
    margin-top: 5px;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.footertittle {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px;
    text-transform: uppercase;
    margin-top: 5px;
}

.footerlink ul {
    padding-left: 0px;
    list-style: none;
}

.footerlink ul li {
    color: #fff;
    font-size: 14px;
    line-height: 2.2;
}

.footerlink ul li a {
    color: #fff !important;
}


.footerlink ul li a:hover {
    color: #06D001 !important;
}


.contact-block-side {
    display: flex;
    align-items: flex-start;
}

.contact-block-side i,
.contact-block-side i {
    color: #fff;
    margin-right: 10px;
    margin-top: 0px;
    font-size: 20px;
}

.contact-block-side p,
.contact-block-side a {
    color: #fff !important;
}

.ftrLinksCvr ul.ftrsocialLinks {
    display: flex;
    list-style: outside none none;
    /* margin: 0 auto; */
    padding: 0;
    float: right;
    margin: 0;
}

.ftrbtm .copyright p {
    font-size: 15px;
    margin: 0 auto;
    color: #fff;
}

a {
    box-shadow: none !important;
    cursor: pointer;
    text-decoration: none !important;
    color: #000 !important;
}

.ftrLinksCvr ul.ftrsocialLinks li {
    float: left;
    margin-right: 14px;
}


.ftrbtm {
    padding: 26px 0 16px;
    border-top: 1px solid #313131;
    padding-bottom: 25px;
}

.footicons li {
    color: #fff !important;
    display: block;
    font-size: 20px;
    /* padding: 9px 9px; */
    padding: 9px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    text-align: center;
}

.footicons li:hover {
    color: #000 !important;
    background: #fff !important;
    cursor: pointer;
    font-size: 22px;
}

.dv {
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

.dv:hover {
    font-size: 16px;
    color: #06D001;
}

/* for top button */

.back-to-top a{
    background: #065e2e;
    color: #ffffff !important;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
    border-radius: 50%;
}

.back-to-top a{
    position: fixed;
    bottom: 30px;
    right: 10px;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
